home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / DCS / W853W2K / W853 win 2000 driver ver Beta-1.02.01.exe / Banshee.inf < prev    next >
Windows Setup INFormation  |  2000-03-28  |  4KB  |  167 lines

  1. ; banshee.inf
  2. ;
  3. ; Installation inf for the 3dfx Interactive, Inc. Voodoo Banshee graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%3Dfx%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11. DriverVer=03/28/2000,5.00.2195.1b
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. banshee.Miniport  = 12  ; drivers
  16. banshee.Display   = 11  ; system32
  17. banshee.Inf       = 17
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %3Dfx%   = 3Dfx.Mfg
  25.  
  26. [3Dfx.Mfg]
  27. %3Dfx% Voodoo Banshee = banshee, PCI\VEN_121A&DEV_0003
  28. %3Dfx% Voodoo3 = banshee, PCI\VEN_121A&DEV_0004
  29. %3Dfx% Voodoo3 = banshee, PCI\VEN_121A&DEV_0005
  30.  
  31.  
  32. ;
  33. ; General installation section
  34. ;
  35.  
  36. [banshee]
  37. CopyFiles=banshee.Miniport, banshee.Display, banshee.Inf
  38. AddReg=Uninstall.All.Addreg, OpenGL.Regs
  39.  
  40. [banshee.Uninstall.All]
  41. DelReg=Uninstall.All.Addreg
  42. DelService=banshee
  43. DelFiles=banshee.Miniport, banshee.Display, banshee.Inf.DelFiles
  44. Reboot
  45.  
  46. ;
  47. ; File sections
  48. ;
  49.  
  50. [banshee.Miniport]
  51. banshee.sys
  52.  
  53. [banshee.Display]
  54. banshee.dll
  55. glide2x.dll
  56. glide3x.dll
  57. 3DfxSpl2.dll
  58. 3DfxSpl3.dll
  59. 3dfxOGL.dll
  60.  
  61. [banshee.Inf]
  62. Banshee.Inf
  63.  
  64. [banshee.Inf.DelFiles]
  65. Banshee.Inf
  66. Banshee.Pnf
  67.  
  68. ;
  69. ; Registry sections
  70. ;
  71.  
  72. [Uninstall.All.Addreg]
  73. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee",,,
  74. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee","DisplayName",,"3Dfx Voodoo Banshee Display Driver"
  75. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.All 132 %17%\Banshee.inf"
  76. HKLM,"SYSTEM\CurrentControlSet\Services\banshee"
  77.  
  78. [OpenGL.Regs]
  79. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\OpenGLdrivers\3dfx","DLL",,"3dfxogl.dll"
  80. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\OpenGLdrivers\3dfx","Flags",%REG_DWORD%,1
  81. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\OpenGLdrivers\3dfx","Version",%REG_DWORD%,2
  82. HKLM,"Software\Microsoft\Windows NT\CurrentVersion\OpenGLdrivers\3dfx","DriverVersion",%REG_DWORD%,1
  83.  
  84. ;
  85. ; Service Installation
  86. ;
  87.  
  88. [banshee.Services]
  89. AddService = banshee, 0x00000002, banshee_Service_Inst, banshee_EventLog_Inst
  90.  
  91. [banshee_Service_Inst]
  92. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  93. StartType      = 1                  ; SERVICE_SYSTEM_START
  94. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  95. LoadOrderGroup = Video
  96. ServiceBinary  = %12%\banshee.sys
  97.  
  98. [banshee_EventLog_Inst]
  99. AddReg = banshee_EventLog_AddReg
  100.  
  101. [banshee_EventLog_AddReg]
  102. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\banshee.sys"
  103. HKR,,TypesSupported,0x00010001,7
  104.  
  105. ;
  106. ; General config information
  107. ;
  108. [banshee.GeneralConfigData]
  109. MaximumDeviceMemoryConfiguration=68
  110.  
  111. ;
  112. ; Software Installation
  113. ;
  114.  
  115. [banshee.SoftwareSettings]
  116. AddReg = banshee_SoftwareDeviceSettings
  117.  
  118. [banshee_SoftwareDeviceSettings]
  119. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, banshee
  120. HKR,, VgaCompatible,              %REG_DWORD%,    0
  121. HKR,, UseNonBIOSModeSet,          %REG_DWORD%,    1
  122. HKR,, memclocking,                %REG_DWORD%,    110
  123.  
  124. [banshee.OpenGLSoftwareSettings]
  125. AddReg = banshee_OpenGLSoftwareSettings
  126.  
  127. [banshee_OpenGLSoftwareSettings]
  128.  
  129.  
  130. ;
  131. ; Source file information
  132. ;
  133.  
  134. [SourceDisksNames.x86]
  135. 1 = %DiskId%,,,""
  136.  
  137. [SourceDisksFiles]
  138. banshee.sys  = 1
  139. banshee.dll  = 1
  140. glide2x.dll  = 1
  141. glide3x.dll  = 1
  142. 3DfxSpl2.dll = 1
  143. 3DfxSpl3.dll = 1
  144. banshee.inf  = 1
  145. 3dfxOGL.dll  = 1
  146.  
  147. [Strings]
  148.  
  149. ;
  150. ; Non-Localizable Strings
  151. ;
  152.  
  153. REG_SZ         = 0x00000000
  154. REG_MULTI_SZ   = 0x00010000
  155. REG_EXPAND_SZ  = 0x00020000
  156. REG_BINARY     = 0x00000001
  157. REG_DWORD      = 0x00010001
  158. SERVICEROOT    = System\CurrentControlSet\Services
  159.  
  160. ;
  161. ; Localizable Strings
  162. ;
  163.  
  164. DiskId       = "3Dfx Interactive, Inc. Installation DISK (VIDEO)"
  165. GraphAdap    = "Graphics Adapter"
  166. 3Dfx         = "3Dfx Interactive, Inc."
  167.